bitkeeper revision 1.1236.8.1 (42277d6dJcqUMaI0LWRabpTP52KawQ)
authoriap10@firebug.cl.cam.ac.uk <iap10@firebug.cl.cam.ac.uk>
Thu, 3 Mar 2005 21:11:09 +0000 (21:11 +0000)
committeriap10@firebug.cl.cam.ac.uk <iap10@firebug.cl.cam.ac.uk>
Thu, 3 Mar 2005 21:11:09 +0000 (21:11 +0000)
Fix build.
Signed-off-by: ian@xensource.com
BitKeeper/etc/logging_ok
tools/libxc/xc_plan9_build.c

index 8ea5214cb8d2d3399fc225b15d73a7a32a1c790d..db800169bc95e44ed27da9cc319522defa0e0251 100644 (file)
@@ -23,6 +23,7 @@ djm@kirby.fc.hp.com
 gm281@boulderdash.cl.cam.ac.uk
 gm281@tetrapod.cl.cam.ac.uk
 harry@dory.(none)
+iap10@firebug.cl.cam.ac.uk
 iap10@freefall.cl.cam.ac.uk
 iap10@labyrinth.cl.cam.ac.uk
 iap10@nidd.cl.cam.ac.uk
index cfd2559e5b3f5e3615af87382fab5b71095ae75e..6466e17445e7eadc8f1abe1dde6ecee7b0e3697e 100755 (executable)
@@ -679,7 +679,7 @@ loadp9image(gzFile kernel_gfd, int xc_handle, u32 dom,
        memcpy(&args.data[0x200 + 64], cmdline, strlen(cmdline));
        printf("Copied :%s: to page for args\n", cmdline);
        ret = memcpy_toguest(xc_handle, dom, &args, sizeof(args), page_array,1);
-       dumpit(xc_handle, dom, 0 /*0x100000>>12*/, 4, page_array) ;
+       //dumpit(xc_handle, dom, 0 /*0x100000>>12*/, 4, page_array) ;
       out:
        if (image)
                free(image);